home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1998
/
MacHack 1998.toast
/
The Hacks!
/
Talking KeyBoard
/
Source
/
pref.h
< prev
next >
Wrap
Text File
|
1998-04-28
|
200b
|
14 lines
typedef struct {
long version;
long speakChars;
long speakWords;
long speakSentence;
Str255 voice;
} Pref, *PrefPtr, **PrefHandle;
extern OSErr LoadPrefs(void);
extern OSErr SavePrefs(void);